'Declaration Public Overloads Function SavePdfAsync( _ ByVal stream As Stream, _ ByVal settings As PdfExportSettings, _ ByVal ParamArray sheetIndexs() As Integer _ ) As IAsyncAction
'Usage Dim instance As Workbook Dim stream As Stream Dim settings As PdfExportSettings Dim sheetIndexs() As Integer Dim value As IAsyncAction value = instance.SavePdfAsync(stream, settings, sheetIndexs)
public IAsyncAction SavePdfAsync( Stream stream, PdfExportSettings settings, params int[] sheetIndexs )
Parameters
- stream
- The stream to which to save the data.
- settings
- The export settings.
- sheetIndexs
- The index of the sheet.